Platform Explorer / Nuxeo Platform 6.0

Extension point annotations

Documentation

This extension is used to register annotations (fully qualified entity classes) under unit name 'nxplacefulservice'.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.ec.placeful.AnnotationDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-notification-core-6.0.jar
    <extension point="annotations" target="org.nuxeo.ecm.platform.ec.placeful.PlacefulService">
    
        <annotation>
          <class>org.nuxeo.ecm.platform.ec.notification.UserSubscription</class>
        </annotation>
    
      </extension>